' To perform this sort, you need the Registered version of AAVBSORT.DLL
' The Shareware version AAVBSORT.DLL is available on:
' CompuServe Forum: MSBASIC
' Lib: 17
' File: AASORT.ZIO
'
' The file ORDER.TXT contains information on how to acquire the
' registered version of AAVBSORT.DLL. You can also contact:
'
' C.Scott Willy
' Commercial Director
' AA-Software International
' 12 ter Domaine Du Bois Joli
' 6330 Roquefort -Les - Pins, France
'
' Tel: (+33) 93.77.50.47
' Fax: (+33) 93.77.19.78
' Internet: cswilly@acm.org
' CompuServe: 100343,2570
Declare Sub SortIdxTextRecord Lib "aavbsort.dll" Alias "SortIdxUserType" (array() As testRecord, ByVal typeDeclaration As String, intArray() As Integer, ByVal elementIndexToSortOn As Integer)